home *** CD-ROM | disk | FTP | other *** search
/ Science Kit & Boreal Lab…Order Assistant Plus 2001 / 2001 Order Assis.iso / pc / Fun Stuff / PC / BioQuiz.exe / scripts / DefineSprite_111 / frame_1 / DoAction.as
Encoding:
Text File  |  2000-12-11  |  226 b   |  11 lines

  1. stop();
  2. setProperty("/Continue", _visible, "0");
  3. set("/:CurrentLevel","1");
  4. set("/:CurrentQuestion","1");
  5. set("/:CurrentAnswer","");
  6. tellTarget("/QuestionIndicators")
  7. {
  8.    gotoAndStop("Question1");
  9. }
  10. call("Level1");
  11.